Skip to content

Conversation

shoyan
Copy link
Owner

@shoyan shoyan commented Jun 21, 2016

No description provided.

index.php Outdated
@@ -1,2 +1,3 @@
<?php
echo 'Hello world';
if(true){ echo "True"; }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Expected 1 space after IF keyword; 0 found

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Expected 1 space after closing parenthesis; found 0

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Newline required after opening brace

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Closing brace must be on a line by itself

echo 'Hello world';
if(true){ echo "True"; }

function hoge() {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Opening brace should be on a new line

test.php Outdated
@@ -0,0 +1,12 @@
<?php
echo 'Hello world';
if(true){ echo "True"; }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Expected 1 space after IF keyword; 0 found

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Expected 1 space after closing parenthesis; found 0

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Newline required after opening brace

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Closing brace must be on a line by itself

Shohei Yamasaki added 3 commits June 21, 2016 15:36
echo "True";
}

function hoge() {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: Opening brace should be on a new line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant